Html Css Color HEX #065C04 Green

📋 copy color: '#065C04'

red 6 ◦ green 92 ◦ blue 4

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

Shades of Green #065C04

Tints of Green #065C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.92%

R = 5.88%
G = 90.2%
B = 3.92%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#065C04 (or 0x065C04) is known color: Green. HEX triplet: 06, 5C and 04. RGB value is (6,92,4). Sum of RGB (Red+Green+Blue) = 6+92+4=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 92 (36.33% from 255 or 90.20% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 92 - color contains mainly: green. Hex color #065C04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C04 is #F9A3FB. Grayscale: #383838. Windows color (decimal): -16360444 or 285702. OLE color: 285702.

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

Color convert

RGB 6 92 4 -
CMYK 0.93 0 0.96 0.64
HSL 118.64º 0.92% 0.19% -
HSV(B) 118.64º 0.96% 0.36% -
XYZ 3.92 7.7 1.39 -
YUV 56.25 98.51 92.16 -
System Red Green Blue C M Y K H S L
Decimal 6 92 4 0.93 0 0.96 0.64 118.64 0.92 0.19
Hex 6 5C 4 5D 0 60 40 77 5C 13
Octal 6 134 4 135 0 140 100 167 134 23
Binary 110 1011100 100 1011101 0 1100000 1000000 1110111 1011100 10011

Color Harmonies of #065C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C04

Black with #065C04

Text Example


Text Example

White with #065C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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