Html Css Color HEX #9FCB67 Olivine

📋 copy color: '#9FCB67'

red 159 ◦ green 203 ◦ blue 103

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

Shades of Olivine #9FCB67

Tints of Olivine #9FCB67

RGB

 RED value IS 159 (62.5% from 255) = 34.19%

 GREEN value IS 203 (79.69% from 255) = 43.66%

 BLUE value IS 103 (40.63% from 255) = 22.15%

R = 34.19%
G = 43.66%
B = 22.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#9FCB67 (or 0x9FCB67) is known color: Olivine. HEX triplet: 9F, CB and 67. RGB value is (159,203,103). Sum of RGB (Red+Green+Blue) = 159+203+103=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #9FCB67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCB67 is #603498. Grayscale: #B2B2B2. Windows color (decimal): -6304921 or 6802335. OLE color: 6802335.

HSL color Cylindrical-coordinate representation of color #9FCB67: hue angle of 86.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FCB67 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 203 103 -
CMYK 0.22 0 0.49 0.20
HSL 86.4º 0.49% 0.6% -
HSV(B) 86.4º 0.49% 0.8% -
XYZ 38.1 51.06 20.68 -
YUV 178.44 85.42 114.13 -
System Red Green Blue C M Y K H S L
Decimal 159 203 103 0.22 0 0.49 0.20 86.4 0.49 0.6
Hex 9F CB 67 16 0 31 14 56 31 3C
Octal 237 313 147 26 0 61 24 126 61 74
Binary 10011111 11001011 1100111 10110 0 110001 10100 1010110 110001 111100

Color Harmonies of #9FCB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCB67

Black with #9FCB67

Text Example


Text Example

White with #9FCB67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,103); }

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

background-color css

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

 a { background-color: rgb(159,203,103); }

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

border-color css

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

 span { border-color: rgb(159,203,103); }

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