Html Css Color HEX #99B478 Olivine

📋 copy color: '#99B478'

red 153 ◦ green 180 ◦ blue 120

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

Shades of Olivine #99B478

Tints of Olivine #99B478

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

 BLUE value IS 120 (47.27% from 255) = 26.49%

R = 33.77%
G = 39.74%
B = 26.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#99B478 (or 0x99B478) is known color: Olivine. HEX triplet: 99, B4 and 78. RGB value is (153,180,120). Sum of RGB (Red+Green+Blue) = 153+180+120=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 180 - color contains mainly: green. Hex color #99B478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B478 is #664B87. Grayscale: #A5A5A5. Windows color (decimal): -6704008 or 7910553. OLE color: 7910553.

HSL color Cylindrical-coordinate representation of color #99B478: hue angle of 87º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99B478 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 180 120 -
CMYK 0.15 0 0.33 0.29
HSL 87º 0.29% 0.59% -
HSV(B) 87º 0.33% 0.71% -
XYZ 32.85 40.77 23.91 -
YUV 165.09 102.55 119.38 -
System Red Green Blue C M Y K H S L
Decimal 153 180 120 0.15 0 0.33 0.29 87 0.29 0.59
Hex 99 B4 78 F 0 21 1D 57 1D 3B
Octal 231 264 170 17 0 41 35 127 35 73
Binary 10011001 10110100 1111000 1111 0 100001 11101 1010111 11101 111011

Color Harmonies of #99B478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B478

Black with #99B478

Text Example


Text Example

White with #99B478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,180,120); }

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

background-color css

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

 a { background-color: rgb(153,180,120); }

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

border-color css

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

 span { border-color: rgb(153,180,120); }

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