Html Css Color HEX #006101 Green

📋 copy color: '#006101'

red 0 ◦ green 97 ◦ blue 1

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

Shades of Green #006101

Tints of Green #006101

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 98.98%

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

R = 0%
G = 98.98%
B = 1.02%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#006101 (or 0x006101) is known color: Green. HEX triplet: 00, 61 and 01. RGB value is (0,97,1). Sum of RGB (Red+Green+Blue) = 0+97+1=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 97 (38.28% from 255 or 98.98% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 97 - color contains mainly: green. Hex color #006101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006101 is #FF9EFE. Grayscale: #393939. Windows color (decimal): -16752383 or 90368. OLE color: 90368.

HSL color Cylindrical-coordinate representation of color #006101: hue angle of 120.62º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006101 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 97 1 -
CMYK 1 0 0.99 0.62
HSL 120.62º 1% 0.19% -
HSV(B) 120.62º 1% 0.38% -
XYZ 4.28 8.55 1.45 -
YUV 57.05 96.36 87.31 -
System Red Green Blue C M Y K H S L
Decimal 0 97 1 1 0 0.99 0.62 120.62 1 0.19
Hex 0 61 1 64 0 63 3E 79 64 13
Octal 0 141 1 144 0 143 76 171 144 23
Binary 0 1100001 1 1100100 0 1100011 111110 1111001 1100100 10011

Color Harmonies of #006101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006101

Black with #006101

Text Example


Text Example

White with #006101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006101; }

 p { color: rgb(0,97,1); }

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

background-color css

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

 a { background-color: rgb(0,97,1); }

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

border-color css

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

 span { border-color: rgb(0,97,1); }

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