Html Css Color HEX #9CCF65 Olivine

📋 copy color: '#9CCF65'

red 156 ◦ green 207 ◦ blue 101

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

Shades of Olivine #9CCF65

Tints of Olivine #9CCF65

RGB

 RED value IS 156 (61.33% from 255) = 33.62%

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

 BLUE value IS 101 (39.84% from 255) = 21.77%

R = 33.62%
G = 44.61%
B = 21.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#9CCF65 (or 0x9CCF65) is known color: Olivine. HEX triplet: 9C, CF and 65. RGB value is (156,207,101). Sum of RGB (Red+Green+Blue) = 156+207+101=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF65 is #63309A. Grayscale: #B4B4B4. Windows color (decimal): -6500507 or 6672284. OLE color: 6672284.

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

Color convert

RGB 156 207 101 -
CMYK 0.25 0 0.51 0.19
HSL 88.87º 0.52% 0.6% -
HSV(B) 88.87º 0.51% 0.81% -
XYZ 38.37 52.63 20.45 -
YUV 179.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 156 207 101 0.25 0 0.51 0.19 88.87 0.52 0.6
Hex 9C CF 65 19 0 33 13 59 34 3C
Octal 234 317 145 31 0 63 23 131 64 74
Binary 10011100 11001111 1100101 11001 0 110011 10011 1011001 110100 111100

Color Harmonies of #9CCF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF65

Black with #9CCF65

Text Example


Text Example

White with #9CCF65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,207,101); }

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

background-color css

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

 a { background-color: rgb(156,207,101); }

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

border-color css

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

 span { border-color: rgb(156,207,101); }

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