Html Css Color HEX #69A478 Oxley

📋 copy color: '#69A478'

red 105 ◦ green 164 ◦ blue 120

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

Shades of Oxley #69A478

Tints of Oxley #69A478

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.16%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 26.99%
G = 42.16%
B = 30.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#69A478 (or 0x69A478) is known color: Oxley. HEX triplet: 69, A4 and 78. RGB value is (105,164,120). Sum of RGB (Red+Green+Blue) = 105+164+120=389 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.99% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #69A478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A478 is #965B87. Grayscale: #8D8D8D. Windows color (decimal): -9853832 or 7906409. OLE color: 7906409.

HSL color Cylindrical-coordinate representation of color #69A478: hue angle of 135.25º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A478 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 105 164 120 -
CMYK 0.36 0 0.27 0.36
HSL 135.25º 0.24% 0.53% -
HSV(B) 135.25º 0.36% 0.64% -
XYZ 22.49 30.91 22.55 -
YUV 141.34 115.95 102.08 -
System Red Green Blue C M Y K H S L
Decimal 105 164 120 0.36 0 0.27 0.36 135.25 0.24 0.53
Hex 69 A4 78 24 0 1B 24 87 18 35
Octal 151 244 170 44 0 33 44 207 30 65
Binary 1101001 10100100 1111000 100100 0 11011 100100 10000111 11000 110101

Color Harmonies of #69A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A478

Black with #69A478

Text Example


Text Example

White with #69A478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,164,120); }

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

background-color css

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

 a { background-color: rgb(105,164,120); }

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

border-color css

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

 span { border-color: rgb(105,164,120); }

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