Html Css Color HEX #67995D Hippie Green

📋 copy color: '#67995D'

red 103 ◦ green 153 ◦ blue 93

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

Shades of Hippie Green #67995D

Tints of Hippie Green #67995D

RGB

 RED value IS 103 (40.63% from 255) = 29.51%

 GREEN value IS 153 (60.16% from 255) = 43.84%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 29.51%
G = 43.84%
B = 26.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#67995D (or 0x67995D) is known color: Hippie Green. HEX triplet: 67, 99 and 5D. RGB value is (103,153,93). Sum of RGB (Red+Green+Blue) = 103+153+93=349 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.51% from 349); Green value is 153 (60.16% from 255 or 43.84% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 153 - color contains mainly: green. Hex color #67995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67995D is #9866A2. Grayscale: #838383. Windows color (decimal): -9987747 or 6134119. OLE color: 6134119.

HSL color Cylindrical-coordinate representation of color #67995D: hue angle of 110º degrees, saturation: 0.24, 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 #67995D is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 103 153 93 -
CMYK 0.33 0 0.39 0.4
HSL 110º 0.24% 0.48% -
HSV(B) 110º 0.39% 0.6% -
XYZ 18.96 26.46 14.46 -
YUV 131.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 103 153 93 0.33 0 0.39 0.4 110 0.24 0.48
Hex 67 99 5D 21 0 27 28 6E 18 30
Octal 147 231 135 41 0 47 50 156 30 60
Binary 1100111 10011001 1011101 100001 0 100111 101000 1101110 11000 110000

Color Harmonies of #67995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67995D

Black with #67995D

Text Example


Text Example

White with #67995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67995D; }

 p { color: rgb(103,153,93); }

 H1.HeaderClassName
 {
   color: #67995D;
 }
 .AnyTagClassName
 {
   color: #67995D;
 }
</style>

background-color css

<style>
 a { background-color: #67995D; }

 a { background-color: rgb(103,153,93); }

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

border-color css

<style>
 span { border-color: #67995D; }

 span { border-color: rgb(103,153,93); }

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