Html Css Color HEX #067301 Green

📋 copy color: '#067301'

red 6 ◦ green 115 ◦ blue 1

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

Shades of Green #067301

Tints of Green #067301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 94.26%

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

R = 4.92%
G = 94.26%
B = 0.82%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#067301 (or 0x067301) is known color: Green. HEX triplet: 06, 73 and 01. RGB value is (6,115,1). Sum of RGB (Red+Green+Blue) = 6+115+1=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 115 (45.31% from 255 or 94.26% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 115 - color contains mainly: green. Hex color #067301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067301 is #F98CFE. Grayscale: #454545. Windows color (decimal): -16354559 or 94982. OLE color: 94982.

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

Color convert

RGB 6 115 1 -
CMYK 0.95 0 0.99 0.55
HSL 117.37º 0.98% 0.23% -
HSV(B) 117.37º 0.99% 0.45% -
XYZ 6.21 12.3 2.08 -
YUV 69.41 89.39 82.77 -
System Red Green Blue C M Y K H S L
Decimal 6 115 1 0.95 0 0.99 0.55 117.37 0.98 0.23
Hex 6 73 1 5F 0 63 37 75 62 17
Octal 6 163 1 137 0 143 67 165 142 27
Binary 110 1110011 1 1011111 0 1100011 110111 1110101 1100010 10111

Color Harmonies of #067301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067301

Black with #067301

Text Example


Text Example

White with #067301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067301; }

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

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

background-color css

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

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

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

border-color css

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

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

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