Html Css Color HEX #117F0C Green

📋 copy color: '#117F0C'

red 17 ◦ green 127 ◦ blue 12

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

Shades of Green #117F0C

Tints of Green #117F0C

RGB

 RED value IS 17 (7.03% from 255) = 10.9%

 GREEN value IS 127 (50% from 255) = 81.41%

 BLUE value IS 12 (5.08% from 255) = 7.69%

R = 10.9%
G = 81.41%
B = 7.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#117F0C (or 0x117F0C) is known color: Green. HEX triplet: 11, 7F and 0C. RGB value is (17,127,12). Sum of RGB (Red+Green+Blue) = 17+127+12=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 127 (50% from 255 or 81.41% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 127 - color contains mainly: green. Hex color #117F0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F0C is #EE80F3. Grayscale: #515151. Windows color (decimal): -15630580 or 818961. OLE color: 818961.

HSL color Cylindrical-coordinate representation of color #117F0C: hue angle of 117.39º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117F0C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 127 12 -
CMYK 0.87 0 0.91 0.50
HSL 117.39º 0.83% 0.27% -
HSV(B) 117.39º 0.91% 0.5% -
XYZ 7.89 15.32 2.89 -
YUV 81 89.06 82.35 -
System Red Green Blue C M Y K H S L
Decimal 17 127 12 0.87 0 0.91 0.50 117.39 0.83 0.27
Hex 11 7F C 57 0 5B 32 75 53 1B
Octal 21 177 14 127 0 133 62 165 123 33
Binary 10001 1111111 1100 1010111 0 1011011 110010 1110101 1010011 11011

Color Harmonies of #117F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F0C

Black with #117F0C

Text Example


Text Example

White with #117F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117F0C; }

 p { color: rgb(17,127,12); }

 H1.HeaderClassName
 {
   color: #117F0C;
 }
 .AnyTagClassName
 {
   color: #117F0C;
 }
</style>

background-color css

<style>
 a { background-color: #117F0C; }

 a { background-color: rgb(17,127,12); }

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

border-color css

<style>
 span { border-color: #117F0C; }

 span { border-color: rgb(17,127,12); }

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