Html Css Color HEX #6B985C Hippie Green

📋 copy color: '#6B985C'

red 107 ◦ green 152 ◦ blue 92

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

Shades of Hippie Green #6B985C

Tints of Hippie Green #6B985C

RGB

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

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

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

R = 30.48%
G = 43.3%
B = 26.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#6B985C (or 0x6B985C) is known color: Hippie Green. HEX triplet: 6B, 98 and 5C. RGB value is (107,152,92). Sum of RGB (Red+Green+Blue) = 107+152+92=351 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.48% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #6B985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B985C is #9467A3. Grayscale: #838383. Windows color (decimal): -9725860 or 6068331. OLE color: 6068331.

HSL color Cylindrical-coordinate representation of color #6B985C: hue angle of 105º 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 #6B985C is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 107 152 92 -
CMYK 0.30 0 0.39 0.40
HSL 105º 0.25% 0.48% -
HSV(B) 105º 0.39% 0.6% -
XYZ 19.22 26.35 14.2 -
YUV 131.71 105.59 110.38 -
System Red Green Blue C M Y K H S L
Decimal 107 152 92 0.30 0 0.39 0.40 105 0.25 0.48
Hex 6B 98 5C 1E 0 27 28 69 19 30
Octal 153 230 134 36 0 47 50 151 31 60
Binary 1101011 10011000 1011100 11110 0 100111 101000 1101001 11001 110000

Color Harmonies of #6B985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B985C

Black with #6B985C

Text Example


Text Example

White with #6B985C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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