Html Css Color HEX #067701 Green

📋 copy color: '#067701'

red 6 ◦ green 119 ◦ blue 1

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

Shades of Green #067701

Tints of Green #067701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 94.44%

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

R = 4.76%
G = 94.44%
B = 0.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#067701 (or 0x067701) is known color: Green. HEX triplet: 06, 77 and 01. RGB value is (6,119,1). Sum of RGB (Red+Green+Blue) = 6+119+1=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 119 (46.88% from 255 or 94.44% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 119 - color contains mainly: green. Hex color #067701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067701 is #F988FE. Grayscale: #484848. Windows color (decimal): -16353535 or 96006. OLE color: 96006.

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

Color convert

RGB 6 119 1 -
CMYK 0.95 0 0.99 0.53
HSL 117.46º 0.98% 0.24% -
HSV(B) 117.46º 0.99% 0.47% -
XYZ 6.68 13.23 2.23 -
YUV 71.76 88.06 81.09 -
System Red Green Blue C M Y K H S L
Decimal 6 119 1 0.95 0 0.99 0.53 117.46 0.98 0.24
Hex 6 77 1 5F 0 63 35 75 62 18
Octal 6 167 1 137 0 143 65 165 142 30
Binary 110 1110111 1 1011111 0 1100011 110101 1110101 1100010 11000

Color Harmonies of #067701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067701

Black with #067701

Text Example


Text Example

White with #067701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067701; }

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

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

background-color css

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

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

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

border-color css

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

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

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