Html Css Color HEX #6DA099 Juniper

📋 copy color: '#6DA099'

red 109 ◦ green 160 ◦ blue 153

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

Shades of Juniper #6DA099

Tints of Juniper #6DA099

RGB

 RED value IS 109 (42.97% from 255) = 25.83%

 GREEN value IS 160 (62.89% from 255) = 37.91%

 BLUE value IS 153 (60.16% from 255) = 36.26%

R = 25.83%
G = 37.91%
B = 36.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#6DA099 (or 0x6DA099) is known color: Juniper. HEX triplet: 6D, A0 and 99. RGB value is (109,160,153). Sum of RGB (Red+Green+Blue) = 109+160+153=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA099 is #925F66. Grayscale: #8F8F8F. Windows color (decimal): -9592679 or 10068077. OLE color: 10068077.

HSL color Cylindrical-coordinate representation of color #6DA099: hue angle of 171.76º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA099 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 160 153 -
CMYK 0.32 0 0.04 0.37
HSL 171.76º 0.21% 0.53% -
HSV(B) 171.76º 0.32% 0.63% -
XYZ 24.63 30.69 34.76 -
YUV 143.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 109 160 153 0.32 0 0.04 0.37 171.76 0.21 0.53
Hex 6D A0 99 20 0 4 25 AC 15 35
Octal 155 240 231 40 0 4 45 254 25 65
Binary 1101101 10100000 10011001 100000 0 100 100101 10101100 10101 110101

Color Harmonies of #6DA099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA099

Black with #6DA099

Text Example


Text Example

White with #6DA099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,160,153); }

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

background-color css

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

 a { background-color: rgb(109,160,153); }

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

border-color css

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

 span { border-color: rgb(109,160,153); }

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