Html Css Color HEX #0C7501 Green

📋 copy color: '#0C7501'

red 12 ◦ green 117 ◦ blue 1

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

Shades of Green #0C7501

Tints of Green #0C7501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.77%

R = 9.23%
G = 90%
B = 0.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#0C7501 (or 0x0C7501) is known color: Green. HEX triplet: 0C, 75 and 01. RGB value is (12,117,1). Sum of RGB (Red+Green+Blue) = 12+117+1=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 117 (46.09% from 255 or 90% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 117 - color contains mainly: green. Hex color #0C7501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7501 is #F38AFE. Grayscale: #484848. Windows color (decimal): -15960831 or 95500. OLE color: 95500.

HSL color Cylindrical-coordinate representation of color #0C7501: hue angle of 114.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C7501 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 117 1 -
CMYK 0.90 0 0.99 0.54
HSL 114.31º 0.98% 0.23% -
HSV(B) 114.31º 0.99% 0.46% -
XYZ 6.52 12.8 2.16 -
YUV 72.38 87.71 84.93 -
System Red Green Blue C M Y K H S L
Decimal 12 117 1 0.90 0 0.99 0.54 114.31 0.98 0.23
Hex C 75 1 5A 0 63 36 72 62 17
Octal 14 165 1 132 0 143 66 162 142 27
Binary 1100 1110101 1 1011010 0 1100011 110110 1110010 1100010 10111

Color Harmonies of #0C7501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7501

Black with #0C7501

Text Example


Text Example

White with #0C7501

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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