Html Css Color HEX #9DB67F Olivine

📋 copy color: '#9DB67F'

red 157 ◦ green 182 ◦ blue 127

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

Shades of Olivine #9DB67F

Tints of Olivine #9DB67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

 BLUE value IS 127 (50% from 255) = 27.25%

R = 33.69%
G = 39.06%
B = 27.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#9DB67F (or 0x9DB67F) is known color: Olivine. HEX triplet: 9D, B6 and 7F. RGB value is (157,182,127). Sum of RGB (Red+Green+Blue) = 157+182+127=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB67F is #624980. Grayscale: #A8A8A8. Windows color (decimal): -6441345 or 8369821. OLE color: 8369821.

HSL color Cylindrical-coordinate representation of color #9DB67F: hue angle of 87.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DB67F is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 182 127 -
CMYK 0.14 0 0.30 0.29
HSL 87.27º 0.27% 0.61% -
HSV(B) 87.27º 0.3% 0.71% -
XYZ 34.46 42.16 26.4 -
YUV 168.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 157 182 127 0.14 0 0.30 0.29 87.27 0.27 0.61
Hex 9D B6 7F E 0 1E 1D 57 1B 3D
Octal 235 266 177 16 0 36 35 127 33 75
Binary 10011101 10110110 1111111 1110 0 11110 11101 1010111 11011 111101

Color Harmonies of #9DB67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB67F

Black with #9DB67F

Text Example


Text Example

White with #9DB67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,127); }

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

background-color css

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

 a { background-color: rgb(157,182,127); }

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

border-color css

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

 span { border-color: rgb(157,182,127); }

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