Html Css Color HEX #9CBB68 Olivine

📋 copy color: '#9CBB68'

red 156 ◦ green 187 ◦ blue 104

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

Shades of Olivine #9CBB68

Tints of Olivine #9CBB68

RGB

 RED value IS 156 (61.33% from 255) = 34.9%

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

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 34.9%
G = 41.83%
B = 23.27%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#9CBB68 (or 0x9CBB68) is known color: Olivine. HEX triplet: 9C, BB and 68. RGB value is (156,187,104). Sum of RGB (Red+Green+Blue) = 156+187+104=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBB68 is #634497. Grayscale: #A8A8A8. Windows color (decimal): -6505624 or 6863772. OLE color: 6863772.

HSL color Cylindrical-coordinate representation of color #9CBB68: hue angle of 82.41º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CBB68 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 187 104 -
CMYK 0.17 0 0.44 0.27
HSL 82.41º 0.38% 0.57% -
HSV(B) 82.41º 0.44% 0.73% -
XYZ 33.98 43.61 19.72 -
YUV 168.27 91.73 119.25 -
System Red Green Blue C M Y K H S L
Decimal 156 187 104 0.17 0 0.44 0.27 82.41 0.38 0.57
Hex 9C BB 68 11 0 2C 1B 52 26 39
Octal 234 273 150 21 0 54 33 122 46 71
Binary 10011100 10111011 1101000 10001 0 101100 11011 1010010 100110 111001

Color Harmonies of #9CBB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBB68

Black with #9CBB68

Text Example


Text Example

White with #9CBB68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,187,104); }

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

background-color css

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

 a { background-color: rgb(156,187,104); }

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

border-color css

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

 span { border-color: rgb(156,187,104); }

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