Html Css Color HEX #9CBF7D Olivine

📋 copy color: '#9CBF7D'

red 156 ◦ green 191 ◦ blue 125

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

Shades of Olivine #9CBF7D

Tints of Olivine #9CBF7D

RGB

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

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 33.05%
G = 40.47%
B = 26.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#9CBF7D (or 0x9CBF7D) is known color: Olivine. HEX triplet: 9C, BF and 7D. RGB value is (156,191,125). Sum of RGB (Red+Green+Blue) = 156+191+125=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF7D is #634082. Grayscale: #ADADAD. Windows color (decimal): -6504579 or 8241052. OLE color: 8241052.

HSL color Cylindrical-coordinate representation of color #9CBF7D: hue angle of 91.82º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CBF7D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 156 191 125 -
CMYK 0.18 0 0.35 0.25
HSL 91.82º 0.34% 0.62% -
HSV(B) 91.82º 0.35% 0.75% -
XYZ 36.04 45.81 26.34 -
YUV 173.01 100.9 115.87 -
System Red Green Blue C M Y K H S L
Decimal 156 191 125 0.18 0 0.35 0.25 91.82 0.34 0.62
Hex 9C BF 7D 12 0 23 19 5C 22 3E
Octal 234 277 175 22 0 43 31 134 42 76
Binary 10011100 10111111 1111101 10010 0 100011 11001 1011100 100010 111110

Color Harmonies of #9CBF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBF7D

Black with #9CBF7D

Text Example


Text Example

White with #9CBF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,125); }

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

background-color css

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

 a { background-color: rgb(156,191,125); }

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

border-color css

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

 span { border-color: rgb(156,191,125); }

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