#69975A

Color #69975A Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #69975A

Tints of Hippie Green #69975A

Color information

#69975A (or 0x69975A) is unknown color: approx Hippie Green. HEX triplet: 69, 97 and 5A. RGB value is (105,151,90). Sum of RGB (Red+Green+Blue) = 105+151+90=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #69975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69975A is #9668A5. Grayscale: #828282. Windows color (decimal): -9857190 or 5937001. OLE color: 5937001.

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

Color convert

RGB10515190-
CMYK0.3000.400.41
HSL105.25º25.31%47.25%-
HSV(B)105.25º40.4%59.22%-
XYZ18.7425.8713.68-
YUV130.29105.26109.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 90 (35.55% from 255) = 26.01%
R=30.35%
G=43.64%
B=26.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105151900.3000.400.41105.2525.3147.25
Hex69975A1E0282969192f
Octal15122713236050511513157
Binary1101001100101111011010111100101000101001110100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69975A; }

 p { color: rgb(105,151,90); }

 H1.HeaderClassName
 {
   color: #69975A;
 }
 .AnyTagClassName
 {
   color: #69975A;
 }
</style>
background-color css

<style>
 a { background-color: #69975A; }

 a { background-color: rgb(105,151,90); }

 div.DivClassName
 {
   background-color: #69975A;
 }
 .BgClassName
 {
   background-color: #69975A;
 }
</style>
border-color css

<style>
 span { border-color: #69975A; }

 span { border-color: rgb(105,151,90); }

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