Html Css Color HEX #017B0C Green

📋 copy color: '#017B0C'

red 1 ◦ green 123 ◦ blue 12

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

Shades of Green #017B0C

Tints of Green #017B0C

RGB

 RED value IS 1 (0.78% from 255) = 0.74%

 GREEN value IS 123 (48.44% from 255) = 90.44%

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

R = 0.74%
G = 90.44%
B = 8.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.52

RGB Variations

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

Color information

#017B0C (or 0x017B0C) is known color: Green. HEX triplet: 01, 7B and 0C. RGB value is (1,123,12). Sum of RGB (Red+Green+Blue) = 1+123+12=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 123 (48.44% from 255 or 90.44% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 123 - color contains mainly: green. Hex color #017B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017B0C is #FE84F3. Grayscale: #4A4A4A. Windows color (decimal): -16680180 or 817921. OLE color: 817921.

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

Color convert

RGB 1 123 12 -
CMYK 0.99 0 0.90 0.52
HSL 125.41º 0.98% 0.24% -
HSV(B) 125.41º 0.99% 0.48% -
XYZ 7.16 14.2 2.71 -
YUV 73.87 93.08 76.03 -
System Red Green Blue C M Y K H S L
Decimal 1 123 12 0.99 0 0.90 0.52 125.41 0.98 0.24
Hex 1 7B C 63 0 5A 34 7D 62 18
Octal 1 173 14 143 0 132 64 175 142 30
Binary 1 1111011 1100 1100011 0 1011010 110100 1111101 1100010 11000

Color Harmonies of #017B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B0C

Black with #017B0C

Text Example


Text Example

White with #017B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017B0C; }

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

 H1.HeaderClassName
 {
   color: #017B0C;
 }
 .AnyTagClassName
 {
   color: #017B0C;
 }
</style>

background-color css

<style>
 a { background-color: #017B0C; }

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

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

border-color css

<style>
 span { border-color: #017B0C; }

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

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