Html Css Color HEX #AFBB64 Olive Green

📋 copy color: '#AFBB64'

red 175 ◦ green 187 ◦ blue 100

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

Shades of Olive Green #AFBB64

Tints of Olive Green #AFBB64

RGB

 RED value IS 175 (68.75% from 255) = 37.88%

 GREEN value IS 187 (73.44% from 255) = 40.48%

 BLUE value IS 100 (39.45% from 255) = 21.65%

R = 37.88%
G = 40.48%
B = 21.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#AFBB64 (or 0xAFBB64) is known color: Olive Green. HEX triplet: AF, BB and 64. RGB value is (175,187,100). Sum of RGB (Red+Green+Blue) = 175+187+100=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 100 (39.45% from 255 or 21.65% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBB64 is #50449B. Grayscale: #ADADAD. Windows color (decimal): -5260444 or 6601647. OLE color: 6601647.

HSL color Cylindrical-coordinate representation of color #AFBB64: hue angle of 68.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFBB64 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 187 100 -
CMYK 0.06 0 0.47 0.27
HSL 68.28º 0.39% 0.56% -
HSV(B) 68.28º 0.47% 0.73% -
XYZ 37.75 45.57 18.86 -
YUV 173.49 86.52 129.07 -
System Red Green Blue C M Y K H S L
Decimal 175 187 100 0.06 0 0.47 0.27 68.28 0.39 0.56
Hex AF BB 64 6 0 2F 1B 44 27 38
Octal 257 273 144 6 0 57 33 104 47 70
Binary 10101111 10111011 1100100 110 0 101111 11011 1000100 100111 111000

Color Harmonies of #AFBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBB64

Black with #AFBB64

Text Example


Text Example

White with #AFBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBB64; }

 p { color: rgb(175,187,100); }

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

background-color css

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

 a { background-color: rgb(175,187,100); }

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

border-color css

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

 span { border-color: rgb(175,187,100); }

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