Html Css Color HEX #065C10 Green

📋 copy color: '#065C10'

red 6 ◦ green 92 ◦ blue 16

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

Shades of Green #065C10

Tints of Green #065C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 5.26%
G = 80.7%
B = 14.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.64

RGB Variations

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

Color information

#065C10 (or 0x065C10) is known color: Green. HEX triplet: 06, 5C and 10. RGB value is (6,92,16). Sum of RGB (Red+Green+Blue) = 6+92+16=114 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.26% from 114); Green value is 92 (36.33% from 255 or 80.70% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 92 - color contains mainly: green. Hex color #065C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065C10 is #F9A3EF. Grayscale: #393939. Windows color (decimal): -16360432 or 1072134. OLE color: 1072134.

HSL color Cylindrical-coordinate representation of color #065C10: hue angle of 126.98º 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 #065C10 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 92 16 -
CMYK 0.93 0 0.83 0.64
HSL 126.98º 0.88% 0.19% -
HSV(B) 126.98º 0.93% 0.36% -
XYZ 4 7.73 1.77 -
YUV 57.62 104.51 91.18 -
System Red Green Blue C M Y K H S L
Decimal 6 92 16 0.93 0 0.83 0.64 126.98 0.88 0.19
Hex 6 5C 10 5D 0 53 40 7F 58 13
Octal 6 134 20 135 0 123 100 177 130 23
Binary 110 1011100 10000 1011101 0 1010011 1000000 1111111 1011000 10011

Color Harmonies of #065C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C10

Black with #065C10

Text Example


Text Example

White with #065C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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