Html Css Color HEX #067101 Green

📋 copy color: '#067101'

red 6 ◦ green 113 ◦ blue 1

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

Shades of Green #067101

Tints of Green #067101

RGB

 RED value IS 6 (2.73% from 255) = 5%

 GREEN value IS 113 (44.53% from 255) = 94.17%

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

R = 5%
G = 94.17%
B = 0.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#067101 (or 0x067101) is known color: Green. HEX triplet: 06, 71 and 01. RGB value is (6,113,1). Sum of RGB (Red+Green+Blue) = 6+113+1=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 113 (44.53% from 255 or 94.17% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 113 - color contains mainly: green. Hex color #067101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067101 is #F98EFE. Grayscale: #444444. Windows color (decimal): -16355071 or 94470. OLE color: 94470.

HSL color Cylindrical-coordinate representation of color #067101: hue angle of 117.32º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #067101 is Cyan = 0.95, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 113 1 -
CMYK 0.95 0 0.99 0.56
HSL 117.32º 0.98% 0.22% -
HSV(B) 117.32º 0.99% 0.44% -
XYZ 5.99 11.85 2 -
YUV 68.24 90.05 83.61 -
System Red Green Blue C M Y K H S L
Decimal 6 113 1 0.95 0 0.99 0.56 117.32 0.98 0.22
Hex 6 71 1 5F 0 63 38 75 62 16
Octal 6 161 1 137 0 143 70 165 142 26
Binary 110 1110001 1 1011111 0 1100011 111000 1110101 1100010 10110

Color Harmonies of #067101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067101

Black with #067101

Text Example


Text Example

White with #067101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067101; }

 p { color: rgb(6,113,1); }

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

background-color css

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

 a { background-color: rgb(6,113,1); }

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

border-color css

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

 span { border-color: rgb(6,113,1); }

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