Html Css Color HEX #9CC069 Olivine

📋 copy color: '#9CC069'

red 156 ◦ green 192 ◦ blue 105

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

Shades of Olivine #9CC069

Tints of Olivine #9CC069

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 105 (41.41% from 255) = 23.18%

R = 34.44%
G = 42.38%
B = 23.18%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#9CC069 (or 0x9CC069) is known color: Olivine. HEX triplet: 9C, C0 and 69. RGB value is (156,192,105). Sum of RGB (Red+Green+Blue) = 156+192+105=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC069 is #633F96. Grayscale: #ABABAB. Windows color (decimal): -6504343 or 6930588. OLE color: 6930588.

HSL color Cylindrical-coordinate representation of color #9CC069: hue angle of 84.83º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9CC069 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 192 105 -
CMYK 0.19 0 0.45 0.25
HSL 84.83º 0.41% 0.58% -
HSV(B) 84.83º 0.45% 0.75% -
XYZ 35.11 45.79 20.35 -
YUV 171.32 90.57 117.07 -
System Red Green Blue C M Y K H S L
Decimal 156 192 105 0.19 0 0.45 0.25 84.83 0.41 0.58
Hex 9C C0 69 13 0 2D 19 55 29 3A
Octal 234 300 151 23 0 55 31 125 51 72
Binary 10011100 11000000 1101001 10011 0 101101 11001 1010101 101001 111010

Color Harmonies of #9CC069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC069

Black with #9CC069

Text Example


Text Example

White with #9CC069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,192,105); }

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

background-color css

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

 a { background-color: rgb(156,192,105); }

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

border-color css

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

 span { border-color: rgb(156,192,105); }

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