Html Css Color HEX #96CB6B Olivine

📋 copy color: '#96CB6B'

red 150 ◦ green 203 ◦ blue 107

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

Shades of Olivine #96CB6B

Tints of Olivine #96CB6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.26%

R = 32.61%
G = 44.13%
B = 23.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#96CB6B (or 0x96CB6B) is known color: Olivine. HEX triplet: 96, CB and 6B. RGB value is (150,203,107). Sum of RGB (Red+Green+Blue) = 150+203+107=460 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.61% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB6B is #693494. Grayscale: #B0B0B0. Windows color (decimal): -6894741 or 7064470. OLE color: 7064470.

HSL color Cylindrical-coordinate representation of color #96CB6B: hue angle of 93.12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96CB6B is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 150 203 107 -
CMYK 0.26 0 0.47 0.20
HSL 93.13º 0.48% 0.61% -
HSV(B) 93.13º 0.47% 0.8% -
XYZ 36.59 50.26 21.68 -
YUV 176.21 88.94 109.31 -
System Red Green Blue C M Y K H S L
Decimal 150 203 107 0.26 0 0.47 0.20 93.13 0.48 0.61
Hex 96 CB 6B 1A 0 2F 14 5D 30 3D
Octal 226 313 153 32 0 57 24 135 60 75
Binary 10010110 11001011 1101011 11010 0 101111 10100 1011101 110000 111101

Color Harmonies of #96CB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB6B

Black with #96CB6B

Text Example


Text Example

White with #96CB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,203,107); }

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

background-color css

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

 a { background-color: rgb(150,203,107); }

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

border-color css

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

 span { border-color: rgb(150,203,107); }

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