Html Css Color HEX #9DBF66 Olivine

📋 copy color: '#9DBF66'

red 157 ◦ green 191 ◦ blue 102

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

Shades of Olivine #9DBF66

Tints of Olivine #9DBF66

RGB

 RED value IS 157 (61.72% from 255) = 34.89%

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 34.89%
G = 42.44%
B = 22.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#9DBF66 (or 0x9DBF66) is known color: Olivine. HEX triplet: 9D, BF and 66. RGB value is (157,191,102). Sum of RGB (Red+Green+Blue) = 157+191+102=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBF66 is #624099. Grayscale: #ABABAB. Windows color (decimal): -6439066 or 6733725. OLE color: 6733725.

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

Color convert

RGB 157 191 102 -
CMYK 0.18 0 0.47 0.25
HSL 82.92º 0.41% 0.57% -
HSV(B) 82.92º 0.47% 0.75% -
XYZ 34.93 45.39 19.49 -
YUV 170.69 89.24 118.24 -
System Red Green Blue C M Y K H S L
Decimal 157 191 102 0.18 0 0.47 0.25 82.92 0.41 0.57
Hex 9D BF 66 12 0 2F 19 53 29 39
Octal 235 277 146 22 0 57 31 123 51 71
Binary 10011101 10111111 1100110 10010 0 101111 11001 1010011 101001 111001

Color Harmonies of #9DBF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBF66

Black with #9DBF66

Text Example


Text Example

White with #9DBF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,102); }

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

background-color css

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

 a { background-color: rgb(157,191,102); }

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

border-color css

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

 span { border-color: rgb(157,191,102); }

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