Html Css Color HEX #6A965A Hippie Green

📋 copy color: '#6A965A'

red 106 ◦ green 150 ◦ blue 90

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

Shades of Hippie Green #6A965A

Tints of Hippie Green #6A965A

RGB

 RED value IS 106 (41.8% from 255) = 30.64%

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 90 (35.55% from 255) = 26.01%

R = 30.64%
G = 43.35%
B = 26.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#6A965A (or 0x6A965A) is known color: Hippie Green. HEX triplet: 6A, 96 and 5A. RGB value is (106,150,90). Sum of RGB (Red+Green+Blue) = 106+150+90=346 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.64% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #6A965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A965A is #9569A5. Grayscale: #828282. Windows color (decimal): -9791910 or 5936746. OLE color: 5936746.

HSL color Cylindrical-coordinate representation of color #6A965A: hue angle of 104º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A965A is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 106 150 90 -
CMYK 0.29 0 0.4 0.41
HSL 104º 0.25% 0.47% -
HSV(B) 104º 0.4% 0.59% -
XYZ 18.7 25.62 13.63 -
YUV 130 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 106 150 90 0.29 0 0.4 0.41 104 0.25 0.47
Hex 6A 96 5A 1D 0 28 29 68 19 2F
Octal 152 226 132 35 0 50 51 150 31 57
Binary 1101010 10010110 1011010 11101 0 101000 101001 1101000 11001 101111

Color Harmonies of #6A965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A965A

Black with #6A965A

Text Example


Text Example

White with #6A965A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A965A; }

 p { color: rgb(106,150,90); }

 H1.HeaderClassName
 {
   color: #6A965A;
 }
 .AnyTagClassName
 {
   color: #6A965A;
 }
</style>

background-color css

<style>
 a { background-color: #6A965A; }

 a { background-color: rgb(106,150,90); }

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

border-color css

<style>
 span { border-color: #6A965A; }

 span { border-color: rgb(106,150,90); }

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