Html Css Color HEX #067501 Green

📋 copy color: '#067501'

red 6 ◦ green 117 ◦ blue 1

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

Shades of Green #067501

Tints of Green #067501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 94.35%

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

R = 4.84%
G = 94.35%
B = 0.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#067501 (or 0x067501) is known color: Green. HEX triplet: 06, 75 and 01. RGB value is (6,117,1). Sum of RGB (Red+Green+Blue) = 6+117+1=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 117 (46.09% from 255 or 94.35% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 117 - color contains mainly: green. Hex color #067501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067501 is #F98AFE. Grayscale: #464646. Windows color (decimal): -16354047 or 95494. OLE color: 95494.

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

Color convert

RGB 6 117 1 -
CMYK 0.95 0 0.99 0.54
HSL 117.41º 0.98% 0.23% -
HSV(B) 117.41º 0.99% 0.46% -
XYZ 6.44 12.76 2.15 -
YUV 70.59 88.73 81.93 -
System Red Green Blue C M Y K H S L
Decimal 6 117 1 0.95 0 0.99 0.54 117.41 0.98 0.23
Hex 6 75 1 5F 0 63 36 75 62 17
Octal 6 165 1 137 0 143 66 165 142 27
Binary 110 1110101 1 1011111 0 1100011 110110 1110101 1100010 10111

Color Harmonies of #067501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067501

Black with #067501

Text Example


Text Example

White with #067501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067501; }

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

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

background-color css

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

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

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

border-color css

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

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

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