Html Css Color HEX #68985C Hippie Green

📋 copy color: '#68985C'

red 104 ◦ green 152 ◦ blue 92

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

Shades of Hippie Green #68985C

Tints of Hippie Green #68985C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.68%

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 29.89%
G = 43.68%
B = 26.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#68985C (or 0x68985C) is known color: Hippie Green. HEX triplet: 68, 98 and 5C. RGB value is (104,152,92). Sum of RGB (Red+Green+Blue) = 104+152+92=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #68985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68985C is #9767A3. Grayscale: #838383. Windows color (decimal): -9922468 or 6068328. OLE color: 6068328.

HSL color Cylindrical-coordinate representation of color #68985C: hue angle of 108º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68985C is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 104 152 92 -
CMYK 0.32 0 0.39 0.40
HSL 108º 0.25% 0.48% -
HSV(B) 108º 0.39% 0.6% -
XYZ 18.87 26.17 14.18 -
YUV 130.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 104 152 92 0.32 0 0.39 0.40 108 0.25 0.48
Hex 68 98 5C 20 0 27 28 6C 19 30
Octal 150 230 134 40 0 47 50 154 31 60
Binary 1101000 10011000 1011100 100000 0 100111 101000 1101100 11001 110000

Color Harmonies of #68985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68985C

Black with #68985C

Text Example


Text Example

White with #68985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68985C; }

 p { color: rgb(104,152,92); }

 H1.HeaderClassName
 {
   color: #68985C;
 }
 .AnyTagClassName
 {
   color: #68985C;
 }
</style>

background-color css

<style>
 a { background-color: #68985C; }

 a { background-color: rgb(104,152,92); }

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

border-color css

<style>
 span { border-color: #68985C; }

 span { border-color: rgb(104,152,92); }

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