Html Css Color HEX #67BD13 Christi

📋 copy color: '#67BD13'

red 103 ◦ green 189 ◦ blue 19

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

Shades of Christi #67BD13

Tints of Christi #67BD13

RGB

 RED value IS 103 (40.63% from 255) = 33.12%

 GREEN value IS 189 (74.22% from 255) = 60.77%

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 33.12%
G = 60.77%
B = 6.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#67BD13 (or 0x67BD13) is known color: Christi. HEX triplet: 67, BD and 13. RGB value is (103,189,19). Sum of RGB (Red+Green+Blue) = 103+189+19=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #67BD13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BD13 is #9842EC. Grayscale: #909090. Windows color (decimal): -9978605 or 1293671. OLE color: 1293671.

HSL color Cylindrical-coordinate representation of color #67BD13: hue angle of 90.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #67BD13 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 103 189 19 -
CMYK 0.46 0 0.90 0.26
HSL 90.35º 0.82% 0.41% -
HSV(B) 90.35º 0.9% 0.74% -
XYZ 23.91 39.33 6.95 -
YUV 143.91 57.51 98.82 -
System Red Green Blue C M Y K H S L
Decimal 103 189 19 0.46 0 0.90 0.26 90.35 0.82 0.41
Hex 67 BD 13 2E 0 5A 1A 5A 52 29
Octal 147 275 23 56 0 132 32 132 122 51
Binary 1100111 10111101 10011 101110 0 1011010 11010 1011010 1010010 101001

Color Harmonies of #67BD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BD13

Black with #67BD13

Text Example


Text Example

White with #67BD13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67BD13; }

 p { color: rgb(103,189,19); }

 H1.HeaderClassName
 {
   color: #67BD13;
 }
 .AnyTagClassName
 {
   color: #67BD13;
 }
</style>

background-color css

<style>
 a { background-color: #67BD13; }

 a { background-color: rgb(103,189,19); }

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

border-color css

<style>
 span { border-color: #67BD13; }

 span { border-color: rgb(103,189,19); }

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