Html Css Color HEX #9FBB64 Olivine

📋 copy color: '#9FBB64'

red 159 ◦ green 187 ◦ blue 100

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

Shades of Olivine #9FBB64

Tints of Olivine #9FBB64

RGB

 RED value IS 159 (62.5% from 255) = 35.65%

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

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

R = 35.65%
G = 41.93%
B = 22.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#9FBB64 (or 0x9FBB64) is known color: Olivine. HEX triplet: 9F, BB and 64. RGB value is (159,187,100). Sum of RGB (Red+Green+Blue) = 159+187+100=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBB64 is #60449B. Grayscale: #A9A9A9. Windows color (decimal): -6309020 or 6601631. OLE color: 6601631.

HSL color Cylindrical-coordinate representation of color #9FBB64: hue angle of 79.31º 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 #9FBB64 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 187 100 -
CMYK 0.15 0 0.47 0.27
HSL 79.31º 0.39% 0.56% -
HSV(B) 79.31º 0.47% 0.73% -
XYZ 34.37 43.83 18.71 -
YUV 168.71 89.22 121.07 -
System Red Green Blue C M Y K H S L
Decimal 159 187 100 0.15 0 0.47 0.27 79.31 0.39 0.56
Hex 9F BB 64 F 0 2F 1B 4F 27 38
Octal 237 273 144 17 0 57 33 117 47 70
Binary 10011111 10111011 1100100 1111 0 101111 11011 1001111 100111 111000

Color Harmonies of #9FBB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB64

Black with #9FBB64

Text Example


Text Example

White with #9FBB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FBB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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