Html Css Color HEX #6BAB42 Apple

📋 copy color: '#6BAB42'

red 107 ◦ green 171 ◦ blue 66

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

Shades of Apple #6BAB42

Tints of Apple #6BAB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.71%

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 31.1%
G = 49.71%
B = 19.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#6BAB42 (or 0x6BAB42) is known color: Apple. HEX triplet: 6B, AB and 42. RGB value is (107,171,66). Sum of RGB (Red+Green+Blue) = 107+171+66=344 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.10% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6BAB42 is #9454BD. Grayscale: #8C8C8C. Windows color (decimal): -9721022 or 4369259. OLE color: 4369259.

HSL color Cylindrical-coordinate representation of color #6BAB42: hue angle of 96.57º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6BAB42 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 171 66 -
CMYK 0.37 0 0.61 0.33
HSL 96.57º 0.44% 0.46% -
HSV(B) 96.57º 0.61% 0.67% -
XYZ 21.61 32.64 10.32 -
YUV 139.89 86.3 104.54 -
System Red Green Blue C M Y K H S L
Decimal 107 171 66 0.37 0 0.61 0.33 96.57 0.44 0.46
Hex 6B AB 42 25 0 3D 21 61 2C 2E
Octal 153 253 102 45 0 75 41 141 54 56
Binary 1101011 10101011 1000010 100101 0 111101 100001 1100001 101100 101110

Color Harmonies of #6BAB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB42

Black with #6BAB42

Text Example


Text Example

White with #6BAB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,66); }

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

background-color css

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

 a { background-color: rgb(107,171,66); }

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

border-color css

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

 span { border-color: rgb(107,171,66); }

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