Html Css Color HEX #99CF67 Olivine

📋 copy color: '#99CF67'

red 153 ◦ green 207 ◦ blue 103

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

Shades of Olivine #99CF67

Tints of Olivine #99CF67

RGB

 RED value IS 153 (60.16% from 255) = 33.05%

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

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

R = 33.05%
G = 44.71%
B = 22.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#99CF67 (or 0x99CF67) is known color: Olivine. HEX triplet: 99, CF and 67. RGB value is (153,207,103). Sum of RGB (Red+Green+Blue) = 153+207+103=463 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.05% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 103 (40.62% from 255 or 22.25% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CF67 is #663098. Grayscale: #B3B3B3. Windows color (decimal): -6697113 or 6803353. OLE color: 6803353.

HSL color Cylindrical-coordinate representation of color #99CF67: hue angle of 91.15º 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 #99CF67 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 153 207 103 -
CMYK 0.26 0 0.50 0.19
HSL 91.15º 0.52% 0.61% -
HSV(B) 91.15º 0.5% 0.81% -
XYZ 37.9 52.38 20.94 -
YUV 179 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 153 207 103 0.26 0 0.50 0.19 91.15 0.52 0.61
Hex 99 CF 67 1A 0 32 13 5B 34 3D
Octal 231 317 147 32 0 62 23 133 64 75
Binary 10011001 11001111 1100111 11010 0 110010 10011 1011011 110100 111101

Color Harmonies of #99CF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CF67

Black with #99CF67

Text Example


Text Example

White with #99CF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CF67; }

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

 H1.HeaderClassName
 {
   color: #99CF67;
 }
 .AnyTagClassName
 {
   color: #99CF67;
 }
</style>

background-color css

<style>
 a { background-color: #99CF67; }

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

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

border-color css

<style>
 span { border-color: #99CF67; }

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

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