Html Css Color HEX #0C7701 Green

📋 copy color: '#0C7701'

red 12 ◦ green 119 ◦ blue 1

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

Shades of Green #0C7701

Tints of Green #0C7701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 90.15%

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

R = 9.09%
G = 90.15%
B = 0.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#0C7701 (or 0x0C7701) is known color: Green. HEX triplet: 0C, 77 and 01. RGB value is (12,119,1). Sum of RGB (Red+Green+Blue) = 12+119+1=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 119 (46.88% from 255 or 90.15% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 119 - color contains mainly: green. Hex color #0C7701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C7701 is #F388FE. Grayscale: #494949. Windows color (decimal): -15960319 or 96012. OLE color: 96012.

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

Color convert

RGB 12 119 1 -
CMYK 0.90 0 0.99 0.53
HSL 114.41º 0.98% 0.24% -
HSV(B) 114.41º 0.99% 0.47% -
XYZ 6.75 13.27 2.23 -
YUV 73.56 87.05 84.09 -
System Red Green Blue C M Y K H S L
Decimal 12 119 1 0.90 0 0.99 0.53 114.41 0.98 0.24
Hex C 77 1 5A 0 63 35 72 62 18
Octal 14 167 1 132 0 143 65 162 142 30
Binary 1100 1110111 1 1011010 0 1100011 110101 1110010 1100010 11000

Color Harmonies of #0C7701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7701

Black with #0C7701

Text Example


Text Example

White with #0C7701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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