Html Css Color HEX #0C752F Camarone

📋 copy color: '#0C752F'

red 12 ◦ green 117 ◦ blue 47

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

Shades of Camarone #0C752F

Tints of Camarone #0C752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 66.48%

 BLUE value IS 47 (18.75% from 255) = 26.7%

R = 6.82%
G = 66.48%
B = 26.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#0C752F (or 0x0C752F) is known color: Camarone. HEX triplet: 0C, 75 and 2F. RGB value is (12,117,47). Sum of RGB (Red+Green+Blue) = 12+117+47=176 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.82% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #0C752F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C752F is #F38AD0. Grayscale: #4D4D4D. Windows color (decimal): -15960785 or 3110156. OLE color: 3110156.

HSL color Cylindrical-coordinate representation of color #0C752F: hue angle of 140º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C752F is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 47 -
CMYK 0.90 0 0.60 0.54
HSL 140º 0.81% 0.25% -
HSV(B) 140º 0.9% 0.46% -
XYZ 7.03 13.01 4.83 -
YUV 77.63 110.71 81.19 -
System Red Green Blue C M Y K H S L
Decimal 12 117 47 0.90 0 0.60 0.54 140 0.81 0.25
Hex C 75 2F 5A 0 3C 36 8C 51 19
Octal 14 165 57 132 0 74 66 214 121 31
Binary 1100 1110101 101111 1011010 0 111100 110110 10001100 1010001 11001

Color Harmonies of #0C752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C752F

Black with #0C752F

Text Example


Text Example

White with #0C752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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