Html Css Color HEX #065C06 Green

📋 copy color: '#065C06'

red 6 ◦ green 92 ◦ blue 6

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

Shades of Green #065C06

Tints of Green #065C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.77%

R = 5.77%
G = 88.46%
B = 5.77%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#065C06 (or 0x065C06) is known color: Green. HEX triplet: 06, 5C and 06. RGB value is (6,92,6). Sum of RGB (Red+Green+Blue) = 6+92+6=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 92 (36.33% from 255 or 88.46% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 92 - color contains mainly: green. Hex color #065C06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C06 is #F9A3F9. Grayscale: #383838. Windows color (decimal): -16360442 or 416774. OLE color: 416774.

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

Color convert

RGB 6 92 6 -
CMYK 0.93 0 0.93 0.64
HSL 120º 0.88% 0.19% -
HSV(B) 120º 0.93% 0.36% -
XYZ 3.94 7.71 1.45 -
YUV 56.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 6 92 6 0.93 0 0.93 0.64 120 0.88 0.19
Hex 6 5C 6 5D 0 5D 40 78 58 13
Octal 6 134 6 135 0 135 100 170 130 23
Binary 110 1011100 110 1011101 0 1011101 1000000 1111000 1011000 10011

Color Harmonies of #065C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C06

Black with #065C06

Text Example


Text Example

White with #065C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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