Html Css Color HEX #065702 Green

📋 copy color: '#065702'

red 6 ◦ green 87 ◦ blue 2

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

Shades of Green #065702

Tints of Green #065702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 91.58%

 BLUE value IS 2 (1.17% from 255) = 2.11%

R = 6.32%
G = 91.58%
B = 2.11%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#065702 (or 0x065702) is known color: Green. HEX triplet: 06, 57 and 02. RGB value is (6,87,2). Sum of RGB (Red+Green+Blue) = 6+87+2=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 87 (34.38% from 255 or 91.58% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 87 - color contains mainly: green. Hex color #065702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065702 is #F9A8FD. Grayscale: #353535. Windows color (decimal): -16361726 or 153350. OLE color: 153350.

HSL color Cylindrical-coordinate representation of color #065702: hue angle of 117.18º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #065702 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB 6 87 2 -
CMYK 0.93 0 0.98 0.66
HSL 117.18º 0.96% 0.17% -
HSV(B) 117.18º 0.98% 0.34% -
XYZ 3.49 6.86 1.2 -
YUV 53.09 99.16 94.41 -
System Red Green Blue C M Y K H S L
Decimal 6 87 2 0.93 0 0.98 0.66 117.18 0.96 0.17
Hex 6 57 2 5D 0 62 42 75 60 11
Octal 6 127 2 135 0 142 102 165 140 21
Binary 110 1010111 10 1011101 0 1100010 1000010 1110101 1100000 10001

Color Harmonies of #065702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065702

Black with #065702

Text Example


Text Example

White with #065702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065702; }

 p { color: rgb(6,87,2); }

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

background-color css

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

 a { background-color: rgb(6,87,2); }

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

border-color css

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

 span { border-color: rgb(6,87,2); }

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