Html Css Color HEX #06751A Green

📋 copy color: '#06751A'

red 6 ◦ green 117 ◦ blue 26

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

Shades of Green #06751A

Tints of Green #06751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 78.52%

 BLUE value IS 26 (10.55% from 255) = 17.45%

R = 4.03%
G = 78.52%
B = 17.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#06751A (or 0x06751A) is known color: Green. HEX triplet: 06, 75 and 1A. RGB value is (6,117,26). Sum of RGB (Red+Green+Blue) = 6+117+26=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 117 (46.09% from 255 or 78.52% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 117 - color contains mainly: green. Hex color #06751A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06751A is #F98AE5. Grayscale: #494949. Windows color (decimal): -16354022 or 1733894. OLE color: 1733894.

HSL color Cylindrical-coordinate representation of color #06751A: hue angle of 130.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06751A is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 6 117 26 -
CMYK 0.95 0 0.78 0.54
HSL 130.81º 0.9% 0.24% -
HSV(B) 130.81º 0.95% 0.46% -
XYZ 6.62 12.84 3.11 -
YUV 73.44 101.23 79.9 -
System Red Green Blue C M Y K H S L
Decimal 6 117 26 0.95 0 0.78 0.54 130.81 0.9 0.24
Hex 6 75 1A 5F 0 4E 36 83 5A 18
Octal 6 165 32 137 0 116 66 203 132 30
Binary 110 1110101 11010 1011111 0 1001110 110110 10000011 1011010 11000

Color Harmonies of #06751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06751A

Black with #06751A

Text Example


Text Example

White with #06751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06751A; }

 p { color: rgb(6,117,26); }

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

background-color css

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

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

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

border-color css

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

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

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