Html Css Color HEX #065C01 Green

📋 copy color: '#065C01'

red 6 ◦ green 92 ◦ blue 1

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

Shades of Green #065C01

Tints of Green #065C01

RGB

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

 GREEN value IS 92 (36.33% from 255) = 92.93%

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

R = 6.06%
G = 92.93%
B = 1.01%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.64

RGB Variations

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

Color information

#065C01 (or 0x065C01) is known color: Green. HEX triplet: 06, 5C and 01. RGB value is (6,92,1). Sum of RGB (Red+Green+Blue) = 6+92+1=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 92 (36.33% from 255 or 92.93% from 99); Blue value is 1 (0.78% from 255 or 1.01% from 99); Max value from RGB is 92 - color contains mainly: green. Hex color #065C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C01 is #F9A3FE. Grayscale: #383838. Windows color (decimal): -16360447 or 89094. OLE color: 89094.

HSL color Cylindrical-coordinate representation of color #065C01: hue angle of 116.7º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #065C01 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 1 -
CMYK 0.93 0 0.99 0.64
HSL 116.7º 0.98% 0.18% -
HSV(B) 116.7º 0.99% 0.36% -
XYZ 3.91 7.7 1.31 -
YUV 55.91 97.01 92.4 -
System Red Green Blue C M Y K H S L
Decimal 6 92 1 0.93 0 0.99 0.64 116.7 0.98 0.18
Hex 6 5C 1 5D 0 63 40 75 62 12
Octal 6 134 1 135 0 143 100 165 142 22
Binary 110 1011100 1 1011101 0 1100011 1000000 1110101 1100010 10010

Color Harmonies of #065C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C01

Black with #065C01

Text Example


Text Example

White with #065C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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