Html Css Color HEX #69A775 Oxley

📋 copy color: '#69A775'

red 105 ◦ green 167 ◦ blue 117

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

Shades of Oxley #69A775

Tints of Oxley #69A775

RGB

 RED value IS 105 (41.41% from 255) = 26.99%

 GREEN value IS 167 (65.63% from 255) = 42.93%

 BLUE value IS 117 (46.09% from 255) = 30.08%

R = 26.99%
G = 42.93%
B = 30.08%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#69A775 (or 0x69A775) is known color: Oxley. HEX triplet: 69, A7 and 75. RGB value is (105,167,117). Sum of RGB (Red+Green+Blue) = 105+167+117=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 167 - color contains mainly: green. Hex color #69A775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A775 is #96588A. Grayscale: #8E8E8E. Windows color (decimal): -9853067 or 7710569. OLE color: 7710569.

HSL color Cylindrical-coordinate representation of color #69A775: hue angle of 131.61º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69A775 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 167 117 -
CMYK 0.37 0 0.30 0.35
HSL 131.61º 0.26% 0.53% -
HSV(B) 131.61º 0.37% 0.65% -
XYZ 22.86 31.93 21.79 -
YUV 142.76 113.46 101.07 -
System Red Green Blue C M Y K H S L
Decimal 105 167 117 0.37 0 0.30 0.35 131.61 0.26 0.53
Hex 69 A7 75 25 0 1E 23 84 1A 35
Octal 151 247 165 45 0 36 43 204 32 65
Binary 1101001 10100111 1110101 100101 0 11110 100011 10000100 11010 110101

Color Harmonies of #69A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A775

Black with #69A775

Text Example


Text Example

White with #69A775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A775; }

 p { color: rgb(105,167,117); }

 H1.HeaderClassName
 {
   color: #69A775;
 }
 .AnyTagClassName
 {
   color: #69A775;
 }
</style>

background-color css

<style>
 a { background-color: #69A775; }

 a { background-color: rgb(105,167,117); }

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

border-color css

<style>
 span { border-color: #69A775; }

 span { border-color: rgb(105,167,117); }

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