Html Css Color HEX #0C6305 Green

📋 copy color: '#0C6305'

red 12 ◦ green 99 ◦ blue 5

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

Shades of Green #0C6305

Tints of Green #0C6305

RGB

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

 GREEN value IS 99 (39.06% from 255) = 85.34%

 BLUE value IS 5 (2.34% from 255) = 4.31%

R = 10.34%
G = 85.34%
B = 4.31%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#0C6305 (or 0x0C6305) is known color: Green. HEX triplet: 0C, 63 and 05. RGB value is (12,99,5). Sum of RGB (Red+Green+Blue) = 12+99+5=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 99 (39.06% from 255 or 85.34% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6305 is #F39CFA. Grayscale: #3E3E3E. Windows color (decimal): -15965435 or 353036. OLE color: 353036.

HSL color Cylindrical-coordinate representation of color #0C6305: hue angle of 115.53º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C6305 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 5 -
CMYK 0.88 0 0.95 0.61
HSL 115.53º 0.9% 0.2% -
HSV(B) 115.53º 0.95% 0.39% -
XYZ 4.64 9.01 1.64 -
YUV 62.27 95.68 92.14 -
System Red Green Blue C M Y K H S L
Decimal 12 99 5 0.88 0 0.95 0.61 115.53 0.9 0.2
Hex C 63 5 58 0 5F 3D 74 5A 14
Octal 14 143 5 130 0 137 75 164 132 24
Binary 1100 1100011 101 1011000 0 1011111 111101 1110100 1011010 10100

Color Harmonies of #0C6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6305

Black with #0C6305

Text Example


Text Example

White with #0C6305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,5); }

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

background-color css

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

 a { background-color: rgb(12,99,5); }

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

border-color css

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

 span { border-color: rgb(12,99,5); }

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