Html Css Color HEX #9BCF67 Olivine

📋 copy color: '#9BCF67'

red 155 ◦ green 207 ◦ blue 103

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

Shades of Olivine #9BCF67

Tints of Olivine #9BCF67

RGB

 RED value IS 155 (60.94% from 255) = 33.33%

 GREEN value IS 207 (81.25% from 255) = 44.52%

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

R = 33.33%
G = 44.52%
B = 22.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#9BCF67 (or 0x9BCF67) is known color: Olivine. HEX triplet: 9B, CF and 67. RGB value is (155,207,103). Sum of RGB (Red+Green+Blue) = 155+207+103=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 103 (40.62% from 255 or 22.15% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF67 is #643098. Grayscale: #B3B3B3. Windows color (decimal): -6566041 or 6803355. OLE color: 6803355.

HSL color Cylindrical-coordinate representation of color #9BCF67: hue angle of 90º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BCF67 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 103 -
CMYK 0.25 0 0.50 0.19
HSL 90º 0.52% 0.61% -
HSV(B) 90º 0.5% 0.81% -
XYZ 38.28 52.57 20.96 -
YUV 179.6 84.77 110.46 -
System Red Green Blue C M Y K H S L
Decimal 155 207 103 0.25 0 0.50 0.19 90 0.52 0.61
Hex 9B CF 67 19 0 32 13 5A 34 3D
Octal 233 317 147 31 0 62 23 132 64 75
Binary 10011011 11001111 1100111 11001 0 110010 10011 1011010 110100 111101

Color Harmonies of #9BCF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF67

Black with #9BCF67

Text Example


Text Example

White with #9BCF67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,103); }

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

background-color css

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

 a { background-color: rgb(155,207,103); }

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

border-color css

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

 span { border-color: rgb(155,207,103); }

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