Html Css Color HEX #0CB075 Jade

📋 copy color: '#0CB075'

red 12 ◦ green 176 ◦ blue 117

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

Shades of Jade #0CB075

Tints of Jade #0CB075

RGB

 RED value IS 12 (5.08% from 255) = 3.93%

 GREEN value IS 176 (69.14% from 255) = 57.7%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 3.93%
G = 57.7%
B = 38.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#0CB075 (or 0x0CB075) is known color: Jade. HEX triplet: 0C, B0 and 75. RGB value is (12,176,117). Sum of RGB (Red+Green+Blue) = 12+176+117=305 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.93% from 305); Green value is 176 (69.14% from 255 or 57.70% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CB075 is #F34F8A. Grayscale: #787878. Windows color (decimal): -15945611 or 7712780. OLE color: 7712780.

HSL color Cylindrical-coordinate representation of color #0CB075: hue angle of 158.41º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB075 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 12 176 117 -
CMYK 0.93 0 0.34 0.31
HSL 158.41º 0.87% 0.37% -
HSV(B) 158.41º 0.93% 0.69% -
XYZ 18.89 32.41 22.09 -
YUV 120.24 126.17 50.8 -
System Red Green Blue C M Y K H S L
Decimal 12 176 117 0.93 0 0.34 0.31 158.41 0.87 0.37
Hex C B0 75 5D 0 22 1F 9E 57 25
Octal 14 260 165 135 0 42 37 236 127 45
Binary 1100 10110000 1110101 1011101 0 100010 11111 10011110 1010111 100101

Color Harmonies of #0CB075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB075

Black with #0CB075

Text Example


Text Example

White with #0CB075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CB075; }

 p { color: rgb(12,176,117); }

 H1.HeaderClassName
 {
   color: #0CB075;
 }
 .AnyTagClassName
 {
   color: #0CB075;
 }
</style>

background-color css

<style>
 a { background-color: #0CB075; }

 a { background-color: rgb(12,176,117); }

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

border-color css

<style>
 span { border-color: #0CB075; }

 span { border-color: rgb(12,176,117); }

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