Html Css Color HEX #68965B Hippie Green

📋 copy color: '#68965B'

red 104 ◦ green 150 ◦ blue 91

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

Shades of Hippie Green #68965B

Tints of Hippie Green #68965B

RGB

 RED value IS 104 (41.02% from 255) = 30.14%

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

 BLUE value IS 91 (35.94% from 255) = 26.38%

R = 30.14%
G = 43.48%
B = 26.38%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#68965B (or 0x68965B) is known color: Hippie Green. HEX triplet: 68, 96 and 5B. RGB value is (104,150,91). Sum of RGB (Red+Green+Blue) = 104+150+91=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #68965B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68965B is #9769A4. Grayscale: #818181. Windows color (decimal): -9922981 or 6002280. OLE color: 6002280.

HSL color Cylindrical-coordinate representation of color #68965B: hue angle of 106.78º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68965B is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 150 91 -
CMYK 0.31 0 0.39 0.41
HSL 106.78º 0.24% 0.47% -
HSV(B) 106.78º 0.39% 0.59% -
XYZ 18.5 25.51 13.85 -
YUV 129.52 106.26 109.8 -
System Red Green Blue C M Y K H S L
Decimal 104 150 91 0.31 0 0.39 0.41 106.78 0.24 0.47
Hex 68 96 5B 1F 0 27 29 6B 18 2F
Octal 150 226 133 37 0 47 51 153 30 57
Binary 1101000 10010110 1011011 11111 0 100111 101001 1101011 11000 101111

Color Harmonies of #68965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68965B

Black with #68965B

Text Example


Text Example

White with #68965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68965B; }

 p { color: rgb(104,150,91); }

 H1.HeaderClassName
 {
   color: #68965B;
 }
 .AnyTagClassName
 {
   color: #68965B;
 }
</style>

background-color css

<style>
 a { background-color: #68965B; }

 a { background-color: rgb(104,150,91); }

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

border-color css

<style>
 span { border-color: #68965B; }

 span { border-color: rgb(104,150,91); }

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