Html Css Color HEX #6BA145 Apple

📋 copy color: '#6BA145'

red 107 ◦ green 161 ◦ blue 69

#6BA145
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #6BA145

Tints of Apple #6BA145

RGB

 RED value IS 107 (42.19% from 255) = 31.75%

 GREEN value IS 161 (63.28% from 255) = 47.77%

 BLUE value IS 69 (27.34% from 255) = 20.47%

R = 31.75%
G = 47.77%
B = 20.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6BA145 (or 0x6BA145) is known color: Apple. HEX triplet: 6B, A1 and 45. RGB value is (107,161,69). Sum of RGB (Red+Green+Blue) = 107+161+69=337 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.75% from 337); Green value is 161 (63.28% from 255 or 47.77% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA145 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BA145 is #945EBA. Grayscale: #868686. Windows color (decimal): -9723579 or 4563307. OLE color: 4563307.

HSL color Cylindrical-coordinate representation of color #6BA145: hue angle of 95.22º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6BA145 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 69 -
CMYK 0.34 0 0.57 0.37
HSL 95.22º 0.4% 0.45% -
HSV(B) 95.22º 0.57% 0.63% -
XYZ 19.88 29.05 10.19 -
YUV 134.37 91.11 108.48 -
System Red Green Blue C M Y K H S L
Decimal 107 161 69 0.34 0 0.57 0.37 95.22 0.4 0.45
Hex 6B A1 45 22 0 39 25 5F 28 2D
Octal 153 241 105 42 0 71 45 137 50 55
Binary 1101011 10100001 1000101 100010 0 111001 100101 1011111 101000 101101

Color Harmonies of #6BA145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA145

Black with #6BA145

Text Example


Text Example

White with #6BA145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA145; }

 p { color: rgb(107,161,69); }

 H1.HeaderClassName
 {
   color: #6BA145;
 }
 .AnyTagClassName
 {
   color: #6BA145;
 }
</style>

background-color css

<style>
 a { background-color: #6BA145; }

 a { background-color: rgb(107,161,69); }

 div.DivClassName
 {
   background-color: #6BA145;
 }
 .BgClassName
 {
   background-color: #6BA145;
 }
</style>

border-color css

<style>
 span { border-color: #6BA145; }

 span { border-color: rgb(107,161,69); }

 td.TdClassName
 {
   border-color: #6BA145;
 }
 .TagClassName
 {
   border-color: #6BA145;
 }
</style>