Html Css Color HEX #0C750B Green

📋 copy color: '#0C750B'

red 12 ◦ green 117 ◦ blue 11

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

Shades of Green #0C750B

Tints of Green #0C750B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 8.57%
G = 83.57%
B = 7.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#0C750B (or 0x0C750B) is known color: Green. HEX triplet: 0C, 75 and 0B. RGB value is (12,117,11). Sum of RGB (Red+Green+Blue) = 12+117+11=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 117 (46.09% from 255 or 83.57% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 117 - color contains mainly: green. Hex color #0C750B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C750B is #F38AF4. Grayscale: #494949. Windows color (decimal): -15960821 or 750860. OLE color: 750860.

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

Color convert

RGB 12 117 11 -
CMYK 0.90 0 0.91 0.54
HSL 119.43º 0.83% 0.25% -
HSV(B) 119.43º 0.91% 0.46% -
XYZ 6.57 12.82 2.45 -
YUV 73.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 12 117 11 0.90 0 0.91 0.54 119.43 0.83 0.25
Hex C 75 B 5A 0 5B 36 77 53 19
Octal 14 165 13 132 0 133 66 167 123 31
Binary 1100 1110101 1011 1011010 0 1011011 110110 1110111 1010011 11001

Color Harmonies of #0C750B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C750B

Black with #0C750B

Text Example


Text Example

White with #0C750B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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