Html Css Color HEX #96CF6A Olivine

📋 copy color: '#96CF6A'

red 150 ◦ green 207 ◦ blue 106

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

Shades of Olivine #96CF6A

Tints of Olivine #96CF6A

RGB

 RED value IS 150 (58.98% from 255) = 32.4%

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

 BLUE value IS 106 (41.8% from 255) = 22.89%

R = 32.4%
G = 44.71%
B = 22.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#96CF6A (or 0x96CF6A) is known color: Olivine. HEX triplet: 96, CF and 6A. RGB value is (150,207,106). Sum of RGB (Red+Green+Blue) = 150+207+106=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CF6A is #693095. Grayscale: #B2B2B2. Windows color (decimal): -6893718 or 6999958. OLE color: 6999958.

HSL color Cylindrical-coordinate representation of color #96CF6A: hue angle of 93.86º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #96CF6A is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 150 207 106 -
CMYK 0.28 0 0.49 0.19
HSL 93.86º 0.51% 0.61% -
HSV(B) 93.86º 0.49% 0.81% -
XYZ 37.49 52.15 21.73 -
YUV 178.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 150 207 106 0.28 0 0.49 0.19 93.86 0.51 0.61
Hex 96 CF 6A 1C 0 31 13 5E 33 3D
Octal 226 317 152 34 0 61 23 136 63 75
Binary 10010110 11001111 1101010 11100 0 110001 10011 1011110 110011 111101

Color Harmonies of #96CF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CF6A

Black with #96CF6A

Text Example


Text Example

White with #96CF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CF6A; }

 p { color: rgb(150,207,106); }

 H1.HeaderClassName
 {
   color: #96CF6A;
 }
 .AnyTagClassName
 {
   color: #96CF6A;
 }
</style>

background-color css

<style>
 a { background-color: #96CF6A; }

 a { background-color: rgb(150,207,106); }

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

border-color css

<style>
 span { border-color: #96CF6A; }

 span { border-color: rgb(150,207,106); }

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