Html Css Color HEX #6BA478 Oxley

📋 copy color: '#6BA478'

red 107 ◦ green 164 ◦ blue 120

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

Shades of Oxley #6BA478

Tints of Oxley #6BA478

RGB

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

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

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

R = 27.37%
G = 41.94%
B = 30.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#6BA478 (or 0x6BA478) is known color: Oxley. HEX triplet: 6B, A4 and 78. RGB value is (107,164,120). Sum of RGB (Red+Green+Blue) = 107+164+120=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6BA478 is #945B87. Grayscale: #8E8E8E. Windows color (decimal): -9722760 or 7906411. OLE color: 7906411.

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

Color convert

RGB 107 164 120 -
CMYK 0.35 0 0.27 0.36
HSL 133.68º 0.24% 0.53% -
HSV(B) 133.68º 0.35% 0.64% -
XYZ 22.73 31.03 22.56 -
YUV 141.94 115.62 103.08 -
System Red Green Blue C M Y K H S L
Decimal 107 164 120 0.35 0 0.27 0.36 133.68 0.24 0.53
Hex 6B A4 78 23 0 1B 24 86 18 35
Octal 153 244 170 43 0 33 44 206 30 65
Binary 1101011 10100100 1111000 100011 0 11011 100100 10000110 11000 110101

Color Harmonies of #6BA478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA478

Black with #6BA478

Text Example


Text Example

White with #6BA478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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