Html Css Color HEX #6B965A Hippie Green

📋 copy color: '#6B965A'

red 107 ◦ green 150 ◦ blue 90

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

Shades of Hippie Green #6B965A

Tints of Hippie Green #6B965A

RGB

 RED value IS 107 (42.19% from 255) = 30.84%

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

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

R = 30.84%
G = 43.23%
B = 25.94%

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

#6B965A (or 0x6B965A) is known color: Hippie Green. HEX triplet: 6B, 96 and 5A. RGB value is (107,150,90). Sum of RGB (Red+Green+Blue) = 107+150+90=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #6B965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B965A is #9469A5. Grayscale: #828282. Windows color (decimal): -9726374 or 5936747. OLE color: 5936747.

HSL color Cylindrical-coordinate representation of color #6B965A: hue angle of 103º 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 #6B965A is Cyan = 0.29, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 150 90 -
CMYK 0.29 0 0.4 0.41
HSL 103º 0.25% 0.47% -
HSV(B) 103º 0.4% 0.59% -
XYZ 18.82 25.68 13.64 -
YUV 130.3 105.25 111.38 -
System Red Green Blue C M Y K H S L
Decimal 107 150 90 0.29 0 0.4 0.41 103 0.25 0.47
Hex 6B 96 5A 1D 0 28 29 67 19 2F
Octal 153 226 132 35 0 50 51 147 31 57
Binary 1101011 10010110 1011010 11101 0 101000 101001 1100111 11001 101111

Color Harmonies of #6B965A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B965A

Black with #6B965A

Text Example


Text Example

White with #6B965A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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