#699A01

Color #699A01 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #699A01

Tints of Christi #699A01

Color information

#699A01 (or 0x699A01) is unknown color: approx Christi. HEX triplet: 69, 9A and 01. RGB value is (105,154,1). Sum of RGB (Red+Green+Blue) = 105+154+1=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #699A01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699A01 is #9665FE. Grayscale: #7A7A7A. Windows color (decimal): -9856511 or 105065. OLE color: 105065.

HSL color Cylindrical-coordinate representation of color #699A01: hue angle of 79.22º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #699A01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB1051541-
CMYK0.3200.990.40
HSL79.22º98.71%30.39%-
HSV(B)79.22º99.35%60.39%-
XYZ17.3926.124.15-
YUV121.9159.77115.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 154 (60.55% from 255) = 59.23%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=40.38%
G=59.23%
B=0.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10515410.3200.990.4079.2298.7130.39
Hex699A120063284f631e
Octal15123214001435011714336
Binary1101001100110101100000011000111010001001111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699A01; }

 p { color: rgb(105,154,1); }

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

<style>
 a { background-color: #699A01; }

 a { background-color: rgb(105,154,1); }

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

<style>
 span { border-color: #699A01; }

 span { border-color: rgb(105,154,1); }

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