Html Css Color HEX #0C751A Green

📋 copy color: '#0C751A'

red 12 ◦ green 117 ◦ blue 26

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

Shades of Green #0C751A

Tints of Green #0C751A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.77%

R = 7.74%
G = 75.48%
B = 16.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#0C751A (or 0x0C751A) is known color: Green. HEX triplet: 0C, 75 and 1A. RGB value is (12,117,26). Sum of RGB (Red+Green+Blue) = 12+117+26=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 117 (46.09% from 255 or 75.48% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 117 - color contains mainly: green. Hex color #0C751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C751A is #F38AE5. Grayscale: #4B4B4B. Windows color (decimal): -15960806 or 1733900. OLE color: 1733900.

HSL color Cylindrical-coordinate representation of color #0C751A: hue angle of 128º 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 #0C751A is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 26 -
CMYK 0.90 0 0.78 0.54
HSL 128º 0.81% 0.25% -
HSV(B) 128º 0.9% 0.46% -
XYZ 6.7 12.88 3.11 -
YUV 75.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 12 117 26 0.90 0 0.78 0.54 128 0.81 0.25
Hex C 75 1A 5A 0 4E 36 80 51 19
Octal 14 165 32 132 0 116 66 200 121 31
Binary 1100 1110101 11010 1011010 0 1001110 110110 10000000 1010001 11001

Color Harmonies of #0C751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C751A

Black with #0C751A

Text Example


Text Example

White with #0C751A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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