Html Css Color HEX #0C613D Fun Green

📋 copy color: '#0C613D'

red 12 ◦ green 97 ◦ blue 61

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

Shades of Fun Green #0C613D

Tints of Fun Green #0C613D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.06%

 BLUE value IS 61 (24.22% from 255) = 35.88%

R = 7.06%
G = 57.06%
B = 35.88%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#0C613D (or 0x0C613D) is known color: Fun Green. HEX triplet: 0C, 61 and 3D. RGB value is (12,97,61). Sum of RGB (Red+Green+Blue) = 12+97+61=170 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.06% from 170); Green value is 97 (38.28% from 255 or 57.06% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 97 - color contains mainly: green. Hex color #0C613D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C613D is #F39EC2. Grayscale: #434343. Windows color (decimal): -15965891 or 4022540. OLE color: 4022540.

HSL color Cylindrical-coordinate representation of color #0C613D: hue angle of 154.59º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C613D is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB 12 97 61 -
CMYK 0.88 0 0.37 0.62
HSL 154.59º 0.78% 0.21% -
HSV(B) 154.59º 0.88% 0.38% -
XYZ 5.27 8.96 5.87 -
YUV 67.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 12 97 61 0.88 0 0.37 0.62 154.59 0.78 0.21
Hex C 61 3D 58 0 25 3E 9B 4E 15
Octal 14 141 75 130 0 45 76 233 116 25
Binary 1100 1100001 111101 1011000 0 100101 111110 10011011 1001110 10101

Color Harmonies of #0C613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C613D

Black with #0C613D

Text Example


Text Example

White with #0C613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,97,61); }

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

background-color css

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

 a { background-color: rgb(12,97,61); }

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

border-color css

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

 span { border-color: rgb(12,97,61); }

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