Html Css Color HEX #9CCF68 Olivine

📋 copy color: '#9CCF68'

red 156 ◦ green 207 ◦ blue 104

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

Shades of Olivine #9CCF68

Tints of Olivine #9CCF68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 33.4%
G = 44.33%
B = 22.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#9CCF68 (or 0x9CCF68) is known color: Olivine. HEX triplet: 9C, CF and 68. RGB value is (156,207,104). Sum of RGB (Red+Green+Blue) = 156+207+104=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 207 (81.25% from 255 or 44.33% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CCF68 is #633097. Grayscale: #B4B4B4. Windows color (decimal): -6500504 or 6868892. OLE color: 6868892.

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

Color convert

RGB 156 207 104 -
CMYK 0.25 0 0.50 0.19
HSL 89.71º 0.52% 0.61% -
HSV(B) 89.71º 0.5% 0.81% -
XYZ 38.52 52.69 21.24 -
YUV 180.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 156 207 104 0.25 0 0.50 0.19 89.71 0.52 0.61
Hex 9C CF 68 19 0 32 13 5A 34 3D
Octal 234 317 150 31 0 62 23 132 64 75
Binary 10011100 11001111 1101000 11001 0 110010 10011 1011010 110100 111101

Color Harmonies of #9CCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CCF68

Black with #9CCF68

Text Example


Text Example

White with #9CCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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